home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / RedGreen.css < prev    next >
Cascading Style Sheet File  |  2007-04-20  |  2KB  |  81 lines

  1. @import "../main.css";
  2.  
  3. .incomingItem .timeStamp {
  4.         color:#f8b1b1;
  5. }
  6.  
  7. .outgoingItem .timeStamp {
  8.     color:#b3cf77;
  9. }
  10.  
  11.  
  12. /*############Incoming Bubble########## */
  13. .incomingItem    {
  14.     background:url("../images/redBackground.gif") repeat-y top right;
  15. }
  16.  
  17. .incomingItem .bubbleHeading {
  18.     background:url("../images/redCurves.gif") no-repeat top left;
  19. }
  20.  
  21. .incomingItem .bubbleHeading div {
  22.     background:url("../images/redCurves.gif") no-repeat top right;
  23. }
  24.  
  25. .incomingItem .bubbleIndicator { 
  26.     background:url("../images/redIndicator.gif") no-repeat top left;
  27. }
  28.  
  29. .incomingItem .bubbleFooting {
  30.     background:url("../images/redCurves.gif") no-repeat bottom left;
  31. }
  32.  
  33. .incomingItem .bubbleFooting div {
  34.     background:url("../images/redCurves.gif") no-repeat bottom right;
  35. }
  36.  
  37. .incomingItem .response {
  38.     background:url("../images/redBackground.gif") repeat-y top left;
  39. }
  40.  
  41. .incomingItem .followUp {
  42.     color:#ffdada;
  43.     background-color:#ffdada;
  44.     border-bottom:1px solid #fff;
  45. }
  46.  
  47. /*############Outgoing Bubble########## */
  48. .outgoingItem    {
  49.     background:url("../images/greenBackground.gif") repeat-y top right;
  50. }
  51.  
  52. .outgoingItem .bubbleHeading {
  53.     background:url("../images/greenCurves.gif") no-repeat top left;
  54. }
  55.  
  56. .outgoingItem .bubbleHeading div {
  57.     background:url("../images/greenCurves.gif") no-repeat top right;
  58. }
  59.  
  60. .outgoingItem .bubbleIndicator { 
  61.     background:url("../images/greenIndicator.gif") no-repeat top left;
  62. }
  63.  
  64. .outgoingItem .bubbleFooting {
  65.     background:url("../images/greenCurves.gif") no-repeat bottom left;
  66. }
  67.  
  68. .outgoingItem .bubbleFooting div {
  69.     background:url("../images/greenCurves.gif") no-repeat bottom right;
  70. }
  71.  
  72. .outgoingItem .response {
  73.     background:url("../images/greenBackground.gif") repeat-y top left;
  74. }
  75.  
  76. .outgoingItem .followUp {
  77.     color:#e2efc4;
  78.     background-color:#e2efc4;
  79.     border-bottom:1px solid #fff;
  80. }
  81.